services.dovecot2.settings."userdb passwd".driver
NixOS option
The driver used for this user database. See https://doc.dovecot.org/latest/core/summaries/settings.html#userdb_driver.
type: null or stringDefault
declared in: nixos/modules/services/mail/dovecot.nixView source on NixOS/nixpkgs →if isPre24 then "passwd" else null